ConnectionCheckinDocument Method |
Transitions a document from the Under Change state to the Released state.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic void CheckinDocument(
string vaultidentifier,
string docid,
string comment = ""
)
Public Sub CheckinDocument (
vaultidentifier As String,
docid As String,
Optional comment As String = ""
)
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault. - comment (Optional)
- Type: SystemString
Optional comment to be written in the comment log of the document.
Remarks
See Also